home *** CD-ROM | disk | FTP | other *** search
- #
- # Hard Disk Tools #5
- #
- hdd5_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.2 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Hard Disk Tools 5/5] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " Hard Disk Wiping "
- set textColor = color[white on cyan]
- print " [F1] AutoClave V0.3 [F3] Active@ KillDisk Free Edition V3.1 "
- print " [F2] Darik's Boot and Nuke V1.0.4 [F4] PC INSPECTOR e-maxx V0.95 "
- print " "
- set textColor = color[yellow on cyan]
- print " Hard Disk Cloning "
- set textColor = color[white on cyan]
- print " [F5] HDClone V2.0 (Free Edition) [F7] g4u V1.17 "
- print " [F6] PC INSPECTOR clone maxx V0.95 [F8] XXCOPY V2.85.5 "
- print " "
- set textColor = color[yellow on cyan]
- print " Hard Disk Editors "
- set textColor = color[white on cyan]
- print " [F9] Disk Editor V3.0 [2] PTS DiskEditor V1.04 "
- print " [1] DISKMAN4 V4.01 "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then memdisk \images\clave.igz
- if ($lastKey == key[f2]); then memdisk \images\dban.igz
- if ($lastKey == key[f3]); then memdisk \images\killdisk.igz
- if ($lastKey == key[f4]); then memdisk \images\emaxx.igz
- if ($lastKey == key[f5]); then memdisk \images\hdclone.igz
- if ($lastKey == key[f6]); then memdisk \images\clonemax.igz
- if ($lastKey == key[f7]); then diskemu \images\g4u.img
- if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\xxcopy\startup.bat
- if ($lastKey == key[f9]); then bcdw \images\freedos.img \dosapps\diskedit\startup.bat
- if ($lastKey == key[1]); then bcdw \images\freedos.img \dosapps\diskman4\startup.bat
- if ($lastKey == key[2]); then memdisk \images\ptsdedit.igz
- if ($lastKey == key[esc]); then script hdd4.scn
- goto hdd5_menu
-